Merging is the operation of combining the current image being processed (Processor.Image property), with another ImageX image. The resulting merged image is stored in Processor.Image.
To merge images, call Processor.Merge.
|
If either of the images being merged has a bit depth of less than 24-bits, then both images are converted to 24-bit images, then merged. However a 1-bit image merged with another 1-bit image may result in a 1-bit image. |
|
If either of the images being merged has an associated color profile, then each image's profile is applied, then the images are merged. No color profile is retained. |
|
Using Sprite offers limited capability of merging a part of an image with another one. |
See Also